home *** CD-ROM | disk | FTP | other *** search
/ Atlas of Florida / Atlas of Florida.iso / Movies / 1.0 Introduction / 1.0 Introduction / 00341_Script_341 < prev    next >
Text File  |  1994-08-23  |  767b  |  28 lines

  1. global Channel40Flag
  2. hideChannel 40
  3. hideChannel 41
  4. set Channel40Flag to FALSE
  5.  
  6. -- State Symbols 2
  7.  
  8. global fromPicture
  9. setCursors "5,6,7,9,11,13,15,17,19"
  10.  
  11. if not(fromPicture) then
  12.   hideChannel 8
  13.   hideChannel 10
  14.   hideChannel 12
  15.   hideChannel 14
  16.   hideChannel 16
  17.   hideChannel 18
  18.   hideChannel 20
  19. else
  20.   set fromPicture to false
  21.   if the visibility of sprite 8 = true then setCursor 8
  22.   if the visibility of sprite 10 = true then setCursor 10
  23.   if the visibility of sprite 12 = true then setCursor 12
  24.   if the visibility of sprite 14 = true then setCursor 14
  25.   if the visibility of sprite 16 = true then setCursor 16
  26.   if the visibility of sprite 18 = true then setCursor 18
  27.   if the visibility of sprite 20 = true then setCursor 20
  28. end if